From ac3c046bc5bffc5501ed58ff35e098edefd5e780 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 4 Nov 2010 23:37:06 +0100 Subject: [PATCH] Refer to set-coding-system-priority instead of the obsolete set-coding-priority in the doc string. --- src/ChangeLog | 5 +++++ src/coding.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e1f9ca86847..f0cd1778e71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-11-04 Lars Magne Ingebrigtsen + + * Refer to set-coding-system-priority instead of the obsolete + set-coding-priority in the doc string. + 2010-11-04 Adrian Robert Ismail Donmez (tiny change) diff --git a/src/coding.c b/src/coding.c index 59deb22a3d7..b88ac1b576a 100644 --- a/src/coding.c +++ b/src/coding.c @@ -10559,7 +10559,7 @@ associated with each coding-category one by one in this order. When one algorithm agrees with a byte sequence of source text, the coding system bound to the corresponding coding-category is selected. -Don't modify this variable directly, but use `set-coding-priority'. */); +Don't modify this variable directly, but use `set-coding-system-priority'. */); { int i; -- 2.30.2